optional parameter 뜻
- 선택적 매개 변수
- optional: adjective, 마음대로의, 임의의
- parameter: noun, 매개 변수, 모수
- optional hyphen: 사용자 지정 하이픈
- optional subjects: 선택과목
- categories by parameter: 매개변수별 분류
- mandatory parameter: 필수 매개 변수
- parameter query: 매개 변수 쿼리
- required parameter: 필수 매개 변수
- switch parameter: 스위치 매개 변수
- tisserand's parameter: 티세랑 변수
- cs1 errors: parameter link: 인용 오류 - 변수 링크
- grüneisen parameter: 그뤼나이젠 상수
- parameter (computer programming): 매개변수 (컴퓨터 프로그래밍)
- parameter names example: 모듈:Parameter names example 변수 이름 미리보기
- peskin–takeuchi parameter: 페스킨-다케우치 도움변수
예문
- rescaleFactor An optional parameter that is not usually included in most parts, but the option is available for resizing a part for personal use.
많은 부품에서 실제로 사용되지 않는 부가적인 값이긴 하지만, 개인적으로 부품의 크기를 변경하고 싶을때 사용하면 됩니다. - If the optional parameter is set to keep_open , it will not call close on the stream object, allowing you to close it at any later point in the execution flow.
선택적 매개변수 keep_open 이 설정되어 있다면, 스트림 객체에서 close 를 호출하지 않을 것이고, 나중에 실행 흐름 상의 어느 시점에서 스트림을 닫을 수 있습니다.